home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mntdoc01.zoo / mintdoc / cat3 / abort.3 < prev    next >
Encoding:
Text File  |  1993-03-03  |  820 b   |  67 lines

  1.  
  2.  
  3.  
  4. ABORT(3)            MINTLIB LIBRARY FUNCTIONS            ABORT(3)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        abort - abort the current program
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        #include <stdlib.h>
  12.  
  13.        void abort(void);
  14.  
  15. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  16.        abort  does the work of exit, but instead of just exiting,
  17.        abort causes SIGABRT to be sent to  the  calling  process.
  18.        After sending the signal, abort does an exit(127). Whether
  19.        or not the atexit routines will  be  called  seems  to  be
  20.        somewhat timing-sensitive.
  21.  
  22. R✓RE✓ET✓TU✓UR✓RN✓N V✓VA✓AL✓LU✓UE✓ES✓S
  23.        abort does not return.
  24.  
  25. S✓SE✓EE✓E A✓AL✓LS✓SO✓O
  26.        e✓ex✓xi✓it✓t(✓(3✓3)✓),✓, k✓ki✓il✓ll✓l(✓(3✓3)✓),✓, s✓si✓ig✓gn✓na✓al✓l(✓(3✓3)✓)
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. MiNT docs 0.1              3 March 1993                         1
  65.  
  66.  
  67.